introspection: Explicitly include libgdk-x11.la when scanning gtk
authorColin Walters <walters@verbum.org>
Thu, 28 Oct 2010 20:45:08 +0000 (16:45 -0400)
committerColin Walters <walters@verbum.org>
Tue, 9 Nov 2010 16:37:25 +0000 (11:37 -0500)
commit4acf92c08d380d868b934b9aa99bcf62ebaed10b
treeef88a67f9bbc17ab737e15ab647e8c1cc0e56770
parentb3a4095d55f04225a12e250d511ac2ae80769a5b
introspection: Explicitly include libgdk-x11.la when scanning gtk

Debian changed the behavior of libtool to not follow dependencies
from .la files.  Fortunately, the scanner explicitly looks at the
.la files to see if they're really shared; if not it doesn't add
them to the .gir, so there's no cost.

https://bugzilla.gnome.org/show_bug.cgi?id=633405
gtk/Makefile.am